home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ May 89 / U0046-MacApp and MPW3.0 p-May89 < prev    next >
Encoding:
Text File  |  1989-06-26  |  1.9 KB  |  52 lines  |  [TEXT/GEOL]

  1. Item    4411182                         20-May-89        19:11
  2.  
  3. From:   AED0266                         Computer Pros Wayne
  4.  
  5. To:     MACAPP.TECH$                    MACAPP Tech
  6.  
  7. Sub:    MacApp and MPW3.0 problems
  8.  
  9. Hi,
  10.  
  11. Of all the replies I got, this was the most helpful, thanks to X0357
  12.                Contractrol LTD T/A Microspot,R.C. His (I didn't see a name)
  13. solution was to "alias Pascal Pascal -H" which allowed "unsafe objects o.k."
  14. After that, this was the only problem I had -
  15.  
  16. Compiling UGridView.p
  17. #            BEGIN
  18. #                IF (IdentifyPoint = InColumn) THEN
  19. #                                  ?
  20. ### pascal - Error 124 Number of parameters does not agree with declaration
  21. #------------------------------------------------------------------------------
  22. --------------------------------------------------
  23.     File "UGridView.inc1.p"; Line 1490  # Compiling Othello:MPW:MacApp:MacApp
  24. Source Files:UGridView.p
  25. #------------------------------------------------------------------------------
  26. --------------------------------------------------
  27. #            BEGIN
  28. #                IF (IdentifyPoint = InColumn) THEN
  29. #                                  ?
  30. ### Error 124 Number of parameters does not agree with declaration
  31. #------------------------------------------------------------------------------
  32. --------------------------------------------------
  33.     File "UGridView.inc1.p"; Line 1498  # Compiling Othello:MPW:MacApp:MacApp
  34. Source Files:UGridView.p
  35. #------------------------------------------------------------------------------
  36. --------------------------------------------------
  37. ### MPW Shell - Execution of Othello:MPW:MacApp:MacApp Make Files:MacApp.MakeIt
  38. terminated.
  39. MABuild of MacApp failed: Saturday, May 20, 1989 9:43:59 PM
  40.  
  41. Not knowing much about the MacApp structure, and since I didn't need UGridView
  42. (I think), I decided to bypass it, and removed all references to it in the (too
  43. many) make files. Is it OK to bypass this "building block" ?
  44.  
  45. thanks to all that replied.
  46.  
  47. Sincerely,
  48. Mehboob Alam
  49. AED0266
  50.  
  51.  
  52.